A B C D E F G H I J L M N O P Q R S T U V W

G

generateAllBids(UtilitySpace) - Method in class negotiator.boaframework.OutcomeSpace
Generates all the possible bids in the domain
getAcceptanceStrategy() - Method in class negotiator.boaframework.BOAagentInfo
 
getAcceptedBy() - Method in class negotiator.boaframework.OutcomeTuple
 
getAgentASize() - Method in class negotiator.boaframework.OutcomeTuple
 
getAgentBSize() - Method in class negotiator.boaframework.OutcomeTuple
 
getAgentID() - Method in class negotiator.Agent
 
getAllOutcomes() - Method in class negotiator.boaframework.OutcomeSpace
 
getAllowsChildren() - Method in class negotiator.issue.Objective
 
getAverageDiscountedUtility(UtilitySpace) - Method in class negotiator.BidHistory
 
getAverageUtility() - Method in class negotiator.BidHistory
 
getBestBidDetails() - Method in class negotiator.BidHistory
Returns the bid with the highest utility stored in the history.
getBestDiscountedBidDetails(UtilitySpace) - Method in class negotiator.BidHistory
Returns the bid with the highest discounted utility stored in the history.
getBid() - Method in class negotiator.actions.Offer
Returns the bid offered by the agent which created this offer.
getBid() - Method in class negotiator.analysis.BidPoint
Bid from which the utilities are represented.
getBid() - Method in class negotiator.bidding.BidDetails
Returns the bid.
getBid(List<BidDetails>) - Method in class negotiator.boaframework.OMStrategy
Returns a bid selected using the opponent model from the given set of similarly preferred bids.
getBid(OutcomeSpace, Range) - Method in class negotiator.boaframework.OMStrategy
Returns a bid selected using the opponent model with a utility in the given range.
getBid(SortedOutcomeSpace, double) - Method in class negotiator.boaframework.OMStrategy
Use this method in case no range is specified, but only a target utility.
getBidEvaluation(Bid) - Method in class negotiator.boaframework.OpponentModel
Determines the utility of a bid according to the preference profile.
getBidNearUtility(double) - Method in class negotiator.boaframework.OutcomeSpace
gets a BidDetails which is closest to the given utility
getBidNearUtility(double) - Method in class negotiator.boaframework.SortedOutcomeSpace
Gets a BidDetails which is close to the utility
getBidsinRange(Range) - Method in class negotiator.boaframework.OutcomeSpace
Returns a list of bids (from possibleBids) that have a utility within the given range.
getBidsinRange(Range) - Method in class negotiator.boaframework.SortedOutcomeSpace
gets a list of BidDetails that have a utility within the range
getChildAt(int) - Method in class negotiator.issue.Objective
 
getChildCount() - Method in class negotiator.issue.Objective
 
getChildren() - Method in class negotiator.issue.Objective
Wouter: added bcause I dont have time to change all Vector and Enumerators to ArrayList code
getChildWithID(int) - Method in class negotiator.issue.Objective
 
getClassname() - Method in class negotiator.boaframework.BOAcomponent
 
getConstantParam() - Method in class negotiator.utility.EvaluatorInteger
Deprecated. 
getCurrentTime() - Method in class negotiator.Timeline
 
getDesc(ValueDiscrete) - Method in class negotiator.issue.IssueDiscrete
 
getDescription() - Method in class negotiator.boaframework.BOAparameter
 
getDescription() - Method in class negotiator.issue.Objective
 
getDiscountedUtility(Bid, double) - Method in class negotiator.boaframework.NegotiationSession
Returns the discounted utility of a bid given the bid and the time at which it was offered.
getDiscountFactor() - Method in class negotiator.boaframework.NegotiationSession
Returns the discount factor of the utilityspace.
getDiscountFactor() - Method in class negotiator.utility.UtilitySpace
 
getDistance(BidPoint) - Method in class negotiator.analysis.BidPoint
Returns the distance between this BidPoint and another BidPoint.
getDistributedTutorial() - Static method in class negotiator.distributedtournament.DBController
 
getDomain() - Method in class negotiator.boaframework.NegotiationSession
Returns the negotiation domain.
getDomain() - Method in class negotiator.utility.UtilitySpace
 
getElements() - Method in class misc.ScoreKeeper
Returns the objects from which the score is registered.
getEvalMax() - Method in class negotiator.utility.EvaluatorDiscrete
 
getEvaluation(UtilitySpace, Bid, int) - Method in interface negotiator.utility.Evaluator
This method returns the utility of the value of an issue.
getEvaluation(UtilitySpace, Bid, int) - Method in class negotiator.utility.EvaluatorDiscrete
Returns the evaluation of the value of the issue of the bid.
getEvaluation(ValueDiscrete) - Method in class negotiator.utility.EvaluatorDiscrete
 
getEvaluation(UtilitySpace, Bid, int) - Method in class negotiator.utility.EvaluatorInteger
 
getEvaluation(int) - Method in class negotiator.utility.EvaluatorInteger
 
getEvaluation(int, Bid) - Method in class negotiator.utility.UtilitySpace
Returns the utility of one issue in the bid.
getEvaluationNotNormalized(Bid, int) - Method in class negotiator.utility.EvaluatorDiscrete
 
getEvaluationNotNormalized(ValueDiscrete) - Method in class negotiator.utility.EvaluatorDiscrete
 
getEvaluator(int) - Method in class negotiator.utility.UtilitySpace
 
getEvaluators() - Method in class negotiator.utility.UtilitySpace
 
getFileName() - Method in class misc.Serializer
 
getFileName() - Method in class negotiator.utility.UtilitySpace
 
getFirst() - Method in class misc.Pair
Return the first object of the pair.
getFirstBidDetails() - Method in class negotiator.BidHistory
Returns the first bid stored in the history
getFront() - Method in class misc.Queue
Get the least recently inserted item in the queue.
getFrontier() - Method in class negotiator.analysis.ParetoFrontier
Returns the Pareto-optimal frontier.
getFullParameters() - Method in class negotiator.boaframework.BOAcomponent
 
getFuncType() - Method in class negotiator.utility.EvaluatorInteger
 
getHelper() - Method in class negotiator.boaframework.OfferingStrategy
Return the Helper-object.
getHigh() - Method in class negotiator.boaframework.BOAparameter
 
getHighestObjectiveNr(int) - Method in class negotiator.issue.Objective
This method recursively calculates the highest Objective / Issue number in the subtree rooted at the callee.
getHistory() - Method in class negotiator.BidHistory
Returns the full history.
getIndex(TreeNode) - Method in class negotiator.issue.Objective
 
getIndexOfBidNearUtility(double) - Method in class negotiator.boaframework.OutcomeSpace
 
getIndexOfBidNearUtility(double) - Method in class negotiator.boaframework.SortedOutcomeSpace
Gets a BidDetails which is close to the utility
getInstance() - Static method in class negotiator.distributedtournament.DBController
 
getIssue(int) - Method in class negotiator.Domain
Returns an issue with a given index.
getIssue(int) - Method in class negotiator.utility.UtilitySpace
Deprecated. Use getObjective
getIssues() - Method in class negotiator.boaframework.NegotiationSession
 
getIssues() - Method in class negotiator.Domain
Returns all issues as an arraylist.
getIssueWeights() - Method in class negotiator.boaframework.OpponentModel
 
getJob(int, ArrayList<Protocol>) - Method in class negotiator.distributedtournament.DBController
Gets a group of sessions to run.
getJobID(String) - Method in class negotiator.distributedtournament.DBController
Returns the last issued job with the given session name.
getJobID() - Method in class negotiator.distributedtournament.Job
 
getKalaiSmorodinsky() - Method in class negotiator.analysis.BidSpace
Calculates Kalai-Smorodinsky optimal outcome.
getLastBid() - Method in class negotiator.BidHistory
Returns the last bid added to the history.
getLastBid() - Method in class negotiator.boaframework.OutcomeTuple
 
getLastBidDetails() - Method in class negotiator.BidHistory
Returns the last bid details added to the history.
getLinearParam() - Method in class negotiator.utility.EvaluatorInteger
Deprecated. 
getLogMsgType() - Method in class negotiator.boaframework.OutcomeTuple
 
getLow() - Method in class negotiator.boaframework.BOAparameter
 
getLowerbound() - Method in class misc.Range
Returns the lowerbound of the range.
getLowerbound() - Method in class misc.RangeInt
Returns the lowerbound of the range.
getLowerBound() - Method in class negotiator.issue.IssueInteger
 
getLowerBound() - Method in class negotiator.utility.EvaluatorInteger
 
getMatchesPerSession(int) - Method in class negotiator.distributedtournament.DBController
Returns the amount of matches per session.
getMaxBidinDomain() - Method in class negotiator.boaframework.NegotiationSession
Returns the best bid in the domain.
getMaxBidPossible() - Method in class negotiator.boaframework.OutcomeSpace
 
getMaxBidPossible() - Method in class negotiator.boaframework.SortedOutcomeSpace
 
getMaxUtilityBid() - Method in class negotiator.utility.UtilitySpace
Totally revised, brute-force search now.
getMaxValue() - Method in class misc.ScoreKeeper
Returns the highest score in the map.
getMaxValue() - Method in class negotiator.utility.EvaluatorDiscrete
 
getMinBidinDomain() - Method in class negotiator.boaframework.NegotiationSession
Returns the worst bid in the domain.
getMinBidPossible() - Method in class negotiator.boaframework.OutcomeSpace
 
getMinBidPossible() - Method in class negotiator.boaframework.SortedOutcomeSpace
 
getMinUtilityBid() - Method in class negotiator.utility.UtilitySpace
Returns the the worst bid.
getMinValue() - Method in class negotiator.utility.EvaluatorDiscrete
 
getMyUndiscountedUtil() - Method in class negotiator.bidding.BidDetails
Returns the undiscounted utility of the bid.
getName() - Method in class negotiator.Agent
 
getName() - Method in class negotiator.boaframework.BOAagentInfo
 
getName() - Method in class negotiator.boaframework.BOAparameter
 
getName() - Method in class negotiator.boaframework.OpponentModel
 
getName() - Method in class negotiator.boaframework.OutcomeTuple
 
getName() - Method in class negotiator.boaframework.SharedAgentState
 
getName() - Method in class negotiator.Domain
 
getName() - Method in class negotiator.issue.Objective
 
getNash() - Method in class negotiator.analysis.BidSpace
Calculates the undiscounted Nash optimal outcome.
getNBestBids(int) - Method in class negotiator.BidHistory
Returns a list of the top N bids which the opponent has offered.
getNearestBidPoint(double, double, double, double, ArrayList<Bid>) - Method in class negotiator.analysis.BidSpace
Finds the bid with the minimal distance weightA*DeltaUtilA^2+weightB*DeltaUtilB^2 where DeltaUtilA is the difference between given utilA and the actual utility of the bid.
getNextBid() - Method in class negotiator.boaframework.OfferingStrategy
 
getNormalizedScore(A) - Method in class misc.ScoreKeeper
Returns the normalized score of the given object.
getNrOfEvaluators() - Method in class negotiator.utility.UtilitySpace
 
getNumber() - Method in class negotiator.issue.Objective
 
getNumberOfPossibleBids() - Method in class negotiator.Domain
get number of all possible bids.
getNumberOfValues() - Method in class negotiator.issue.IssueDiscrete
 
getObjective(int) - Method in class negotiator.Domain
 
getObjective(int) - Method in class negotiator.issue.Objective
This method does a recursive depth-first search on the subtree that is rooted at the receiver, and returns the first Objective or Issue with the given number.
getObjective(int) - Method in class negotiator.utility.UtilitySpace
Returns the Objective or Issue at that index
getObjectives() - Method in class negotiator.Domain
 
getObjectivesRoot() - Method in class negotiator.Domain
 
getOfferingStrategy() - Method in class negotiator.boaframework.BOAagentInfo
 
getOffset() - Method in class negotiator.utility.EvaluatorInteger
 
getOMStrategy() - Method in class negotiator.boaframework.BOAagentInfo
 
getOpponentBidHistory() - Method in class negotiator.boaframework.NegotiationSession
Returns the bidding history of the opponent.
getOpponentModel() - Method in class negotiator.boaframework.BOAagentInfo
 
getOpponentUtilitySpace() - Method in class negotiator.boaframework.OpponentModel
 
getOriginalParameters() - Method in class negotiator.boaframework.BOAcomponent
 
getOutcomeSpace() - Method in class negotiator.boaframework.NegotiationSession
Returns the space of possible outcomes in the domain.
getOwnBidHistory() - Method in class negotiator.boaframework.NegotiationSession
Returns the bidding history of the agent.
getParameters() - Method in class negotiator.boaframework.BOAcomponent
 
getParameterValues() - Method in class negotiator.Agent
Deprecated. 
getParent() - Method in class negotiator.issue.Objective
 
getParetoFrontier() - Method in class negotiator.analysis.BidSpace
Returns the Pareto fronier.
getParetoFrontierBids() - Method in class negotiator.analysis.BidSpace
Method which returns a list of the Pareto efficient bids.
getPath() - Method in class negotiator.issue.Objective
 
getPreorderEnumeration() - Method in class negotiator.issue.Objective
Constructs an Enumeration of the entire subtree of the receiver (including itself) in preorder.
getPreorderIssueEnumeration() - Method in class negotiator.issue.Objective
Constructs an Enumeration of the entire subtree of the receiver (including itself) in preorder, containing only the Issues, but not the normal Objectives.
getPreorderObjectiveEnumeration() - Method in class negotiator.issue.Objective
Constructs an Enumeration of the entire subtree of the receiver (including itself) in preorder, containting only the Ojectives, but not the Issues..
getRandom() - Method in class negotiator.BidHistory
 
getRandom(Random) - Method in class negotiator.BidHistory
 
getRandomBid() - Method in class negotiator.Domain
KH 070511: Moved to here since it is generic method that can be made available to all agents.
getRandomBid(Random) - Method in class negotiator.Domain
KH 070511: Moved to here since it is generic method that can be made available to all agents.
getRelativeScore(A) - Method in class misc.ScoreKeeper
Returns the relative score of a given object.
getReservationValue() - Method in class negotiator.utility.UtilitySpace
The reservation value is the least favourable point at which one will accept a negotiated agreement.
getReservationValueUndiscounted() - Method in class negotiator.utility.UtilitySpace
Equivalent to UtilitySpace.getReservationValue(), but always returns a double value.
getReservationValueWithDiscount(double) - Method in class negotiator.utility.UtilitySpace
The discounted version of UtilitySpace.getReservationValue().
getReservationValueWithDiscount(Timeline) - Method in class negotiator.utility.UtilitySpace
The discounted version of UtilitySpace.getReservationValue().
getRunningSessions(int) - Method in class negotiator.distributedtournament.DBController
Get the amount of jobs which are currently executed by other instances of Genius or need to be processed.
getScore(A) - Method in class misc.ScoreKeeper
Returns the score of the given object.
getSecond() - Method in class misc.Pair
Return the second object of the pair.
getSessionID() - Method in class negotiator.distributedtournament.Job
 
getSessions() - Method in class negotiator.distributedtournament.Job
 
getSiblings() - Method in class negotiator.issue.Objective
 
getSlope() - Method in class negotiator.utility.EvaluatorInteger
 
getSortedCopy() - Method in class misc.ScoreKeeper
 
getStep() - Method in class negotiator.boaframework.BOAparameter
 
getStrategyParameters() - Method in class negotiator.Agent
 
getStringValue(int) - Method in class negotiator.issue.IssueDiscrete
 
getTime() - Method in class negotiator.analysis.BidPointTime
Returns the time at which the bid was offered.
getTime() - Method in class negotiator.bidding.BidDetails
Return the time at which this bid was offered.
getTime() - Method in class negotiator.boaframework.NegotiationSession
Returns the normalized time (t = [0,1])
getTime() - Method in class negotiator.boaframework.OutcomeTuple
 
getTime() - Method in class negotiator.Timeline
Gets the time, running from t = 0 (start) to t = 1 (deadline).
getTimeline() - Method in class negotiator.boaframework.NegotiationSession
 
getTotal() - Method in class misc.ScoreKeeper
Returns the sum of all scores.
getTotalTime() - Method in class negotiator.Timeline
 
getTournament(int) - Method in class negotiator.distributedtournament.DBController
Given the jobID of the tournament, the tournament is requested from the database and stored as a Tournament object.
getType() - Method in class negotiator.boaframework.BOAcomponent
 
getType() - Method in class negotiator.issue.Issue
 
getType() - Method in class negotiator.issue.IssueDiscrete
 
getType() - Method in class negotiator.issue.IssueInteger
 
getType() - Method in class negotiator.issue.Objective
This method is added for convenience.
getType() - Method in class negotiator.issue.Value
 
getType() - Method in class negotiator.issue.ValueDiscrete
 
getType() - Method in class negotiator.issue.ValueInteger
 
getType() - Method in class negotiator.Timeline
 
getType() - Method in interface negotiator.utility.Evaluator
 
getType() - Method in class negotiator.utility.EvaluatorDiscrete
 
getType() - Method in class negotiator.utility.EvaluatorInteger
 
getUpperbound() - Method in class misc.Range
Returns the upperbound of the range.
getUpperbound() - Method in class misc.RangeInt
Returns the upperbound of the range.
getUpperBound() - Method in class negotiator.issue.IssueInteger
 
getUpperBound() - Method in class negotiator.utility.EvaluatorInteger
 
getUserObject() - Method in class negotiator.issue.Objective
 
getUtilHighestValue() - Method in class negotiator.utility.EvaluatorInteger
 
getUtility(Bid) - Method in class negotiator.Agent
A convenience method to get the discounted utility of a bid.
getUtility(int) - Method in class negotiator.analysis.BidPoint
Returns the utility of the bid for the i'th agent (agent A = 0, etc.).
getUtility(Bid) - Method in class negotiator.utility.UtilitySpace
 
getUtilityA() - Method in class negotiator.analysis.BidPoint
Returns the utility of the bid for agent A.
getUtilityB() - Method in class negotiator.analysis.BidPoint
Returns the utility of the bid for agent B.
getUtilitySpace() - Method in class negotiator.boaframework.NegotiationSession
Returns the utilityspace of the agent.
getUtilityWithDiscount(Bid, long, long) - Method in class negotiator.utility.UtilitySpace
Deprecated. 
getUtilityWithDiscount(Bid, Timeline) - Method in class negotiator.utility.UtilitySpace
Let d in (0, 1) be the discount factor.
getUtilityWithDiscount(Bid, double) - Method in class negotiator.utility.UtilitySpace
 
getUtilLowestValue() - Method in class negotiator.utility.EvaluatorInteger
 
getValue(int) - Method in class negotiator.Bid
 
getValue(int) - Method in class negotiator.issue.IssueDiscrete
Get value by its Sting representation, null otherwise.
getValue() - Method in class negotiator.issue.ValueDiscrete
 
getValue() - Method in class negotiator.issue.ValueInteger
 
getValue(ValueDiscrete) - Method in class negotiator.utility.EvaluatorDiscrete
 
getValueAsDouble(String) - Method in class negotiator.StrategyParameters
Returns the value of the parameter with the given name as double.
getValueAsString(String) - Method in class negotiator.StrategyParameters
Returns the value of the parameter with the given name as string.
getValueIndex(String) - Method in class negotiator.issue.IssueDiscrete
 
getValueIndex(ValueDiscrete) - Method in class negotiator.issue.IssueDiscrete
 
getValuePairs() - Method in class negotiator.boaframework.BOAparameter
Returns all values of the parameters which satisfy [Lowerbound:Stepsize:Upperbound].
getValues() - Method in class negotiator.issue.IssueDiscrete
Gives an enumeration over all values in this discrete issue.
getValues() - Method in class negotiator.utility.EvaluatorDiscrete
 
getVersion() - Static method in class negotiator.Agent
 
getWeight(Issue) - Method in class negotiator.boaframework.OpponentModel
Returns the weight of a particular issue in the domain.
getWeight() - Method in interface negotiator.utility.Evaluator
 
getWeight() - Method in class negotiator.utility.EvaluatorDiscrete
 
getWeight() - Method in class negotiator.utility.EvaluatorInteger
 
getWeight(int) - Method in class negotiator.utility.UtilitySpace
 
getWorstBidDetails() - Method in class negotiator.BidHistory
Returns the bid with the lowest utility stored in the history.
getXMLRoot() - Method in class negotiator.Domain
 
getXMLRoot() - Method in class negotiator.utility.UtilitySpace
 

A B C D E F G H I J L M N O P Q R S T U V W